Install "Waydroid" on Linux
What is "Waydroid"?
"Waydroid" is an Android emulator for Linux OS, similar to "BlueStacks" for Windows. It allows you to install and run Android apps, such as games and other applications.
1
Install pre-requisites :
sudo apt install curl ca-certificates -y
# After this type your system password.
2
Add the official repository :
curl -s https://repo.waydro.id | sudo bash
3
Install "Waydroid" :
sudo apt install waydroid-y
# After this type your system password.